home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 August: Tool Chest / Dev.CD Aug 98 TC.toast / Tool Chest / Testing & Debugging / Mac OS Development Toolkit / Automation Essentials 2.3.0 / • Other Stuff / Scripting Aids / Script Templates / task header template < prev    next >
Encoding:
Text File  |  1998-03-19  |  780 b   |  15 lines  |  [TEXT/MPS ]

  1. ######################################################################
  2. #                <Task Name>()
  3. #=====================================================================
  4. # Author:        <name of author of this task>
  5. # Description:    <high level description of what the tasks does,
  6. #                where the task is being called and typical reason to call it>
  7. # Parameters:    <descriptions, use and possible values>
  8. # Returns:        <possible return values and their meanings>    
  9. # Examples:        <common example of how the task might be called>
  10. # Assumptions:    <any assumptions that should be known when using this task>
  11. #=====================================================================
  12. # History:
  13. #    <date>    <author>            <description of change(s)>
  14. ######################################################################
  15.